Add Saiku to the Ossie ecosystem - #18
Open
juanresendiz813 wants to merge 1 commit into
Open
Conversation
Saiku is an open-source semantic layer that lets BI users, Excel, and AI agents query Apache Ossie semantic models without writing SQL. This adds the Saiku logo and a details modal covering its Ossie AI Query API, natural-language ask, and source repository, following the same pattern as the existing Snowflake entry. Signed-off-by: Juan Resendiz <juanresendiz813@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Saiku to the Apache Ossie ecosystem page. It includes the Saiku logo and company name, plus a "See Details" modal describing how Saiku works with Ossie — following the same pattern as the existing Snowflake entry.
About Saiku's Ossie Contribution
Saiku is an open-source semantic layer that lets business users, Excel (via MDX/XMLA), dashboards, and AI agents query data through one governed model.
Saiku consumes Apache Ossie semantic models directly. Its Ossie AI Query API is a typed REST and MCP surface that lets agents and LLMs list, describe, and query an Ossie model without ever writing SQL, returning self-correcting validation errors when a name doesn't match the live model. A natural-language layer lets a user ask a question in plain language, which Saiku turns into a governed Ossie query rather than free-form SQL.
The details modal links to Saiku's Ossie API documentation and to the open-source repository.